home *** CD-ROM | disk | FTP | other *** search
- #VRML V2.0 utf8 - PLATINUM technology, inc. 1997
-
-
- # heartbeat
- DEF $OBJECT_autoYawTimer TimeSensor {
- cycleInterval 1
- loop TRUE
- startTime 5
- }
-
- #animations
- DEF $OBJECT_autoYawRotAnim OrientationInterpolator {
- key [ 0 .2 .4 .6 .8 1 ]
- keyValue [ 0 1 0 0, 0 1 0 1.256, 0 1 0 2.512, 0 1 0 3.768, 0 1 0 5.024, 0 1 0 6.28 ]
- }
-
- #route map
- #rot
- ROUTE $OBJECT_autoYawTimer.fraction_changed TO $OBJECT_autoYawRotAnim.set_fraction
- ROUTE $OBJECT_autoYawRotAnim.value_changed TO $OBJECT.set_rotation
-